home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / LB09D.ZIP / README.TXT < prev    next >
Text File  |  1993-04-04  |  5KB  |  94 lines

  1. INSTALLATION:
  2.  
  3.   To install Liberty BASIC, first make sure that you are not
  4.   running Windows.  The program INSTALL.EXE is included with
  5.   Liberty BASIC to install it for you.  
  6.   
  7.   Run this program, and you will be asked where Windows resides.  
  8.   The default is C:\WINDOWS.  If Windows resides anywhere else, 
  9.   you must specify it here.
  10.  
  11.   Now you will be asked where to install Liberty BASIC.  The
  12.   default is C:\LIBERTY.  If you want it to be installed elsewhere,
  13.   then you must specify it here.
  14.  
  15.   You will then be given an opportunity to abort the installation.
  16.   If you choose not to abort, then installation will begin then.
  17.  
  18.   Once installation is complete, you may load Windows.  If you
  19.   specified any directory to install Liberty BASIC into other than
  20.   \LIBERTY, then you will need to alter the properties for the
  21.   Liberty BASIC icon to indicate where it is installed.  Otherwise
  22.   you can just go ahead and double-click on its icon to start
  23.   Liberty BASIC.
  24.  
  25.  +-------------------------------------------------------------------------+
  26.  | Known bugs:  Windows tries to match fonts more or less with size being  |
  27.  | more important than the name of the font.  When Liberty BASIC loads, it |
  28.  | tries to get a font of a certain size.  On some systems, this ends up   |
  29.  | being the Symbol font, which is unusable.  If your system does this,    |
  30.  | then pull down the System menu and select "Fonts...", then find a font  |
  31.  | that suits your taste best.                                             |
  32.  +-------------------------------------------------------------------------+
  33.  
  34.   Liberty BASIC starts with a file browser window.  It is arranged as
  35.   four panes, three across the top, and one on the bottom like so:
  36.  
  37.   +--------------------------------------------------------------+
  38.   | -                  Liberty BASIC  c:\liberty             v ^ |
  39.   +--------------------------------------------------------------+
  40.   | a             [1]  | [..]          [2]  | demo.bas      [3]  |
  41.   | b                  | liberty            | read.bas           |
  42.   | c                  | msdos              | test.bas           |
  43.   |                    |                    |                    |
  44.   | select drive here  | select directory   | select file here   |
  45.   |                    | here               |                    |
  46.   +--------------------------------------------------------------+
  47.   |                                                         [4]  |
  48.   |                                                              |
  49.   |                                                              |
  50.   |                                                              |
  51.   |         see BASIC source code here                           |
  52.   |                                                              |
  53.   |                                                              |
  54.   |                                                              |
  55.   |                                                              |
  56.   +--------------------------------------------------------------+
  57.  
  58.  Select the drive to browse in pane [1], then select the directory
  59.  (usually liberty) to browse in pane [2], then finally the file to 
  60.  browse in pane [3].  When the .BAS file is selected, its source will 
  61.  be displayed in pane [4].  To run the program, position the cursor
  62.  inside of pane [3] and press the right hand mouse button and a menu
  63.  will appear.  Then select the item BASIC source editor, and a new
  64.  window will open which will contain a copy of the source for the
  65.  selected file.  Then position the cursor inside of that pane and again 
  66.  press the right hand mouse button for another menu.  There are two 
  67.  options available, Run and Debug.  Run compiles and runs the program, 
  68.  and Debug provides the additional benefit of a 3 level source level
  69.  debugger with optional watch window (v 0.9 let's you do this in
  70.  pane 4 without opening a seperate BASIC source editor).
  71.  
  72.  If you want help, you can get this on-line by pulling down the Help
  73.  menu and selecting either Liberty BASIC Notes, or Command Reference.
  74.  If you select a word in the source editor and then select help, the
  75.  system will try to find that word or command in the text.
  76.  
  77.  
  78.  HINT for 286 users with only 3 megabytes of RAM:
  79.  ---------------------------------------------------
  80.  3 megabytes RAM is very tight for Liberty BASIC when
  81.  running in Standard Mode.  If low memory errors make
  82.  Liberty BASIC unusable, try to free up as much extended
  83.  memory as possible.  If all else fails, try this:
  84.  
  85.    Run Windows ;
  86.    Run Liberty BASIC ;
  87.    Exit Liberty BASIC ;
  88.    Run Liberty BASIC again
  89.  
  90.  As strange a ritual as this may seem, it does something
  91.  to the way Liberty BASIC manages its memory, making
  92.  those low memory errors much less trouble.  We cannot
  93.  guarantee that this trick will work on your system.
  94.